November 22
Notes on Reading and Writing Files
Example Programs
FileWriter.py
This asks for strings and writes them into a file
CopyFile.py
This asks for the name of a file and makes a copy of that file
PrimeFile.py
This asks for a count and makes a tabke of that many prime numbers
Notes on the Calendar Program
calendar.py